ParsedAttestationRecord

Java representation of Key Attestation extension data.

Types

Link copied to clipboard
This indicates the extent to which a software feature, such as a key pair, is protected based on its location within the device.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun create(extensionData: ASN1Sequence, attestedKey: PublicKey): ParsedAttestationRecord
open fun create(attestationVersion: Int, attestationSecurityLevel: ParsedAttestationRecord.SecurityLevel, keymasterVersion: Int, keymasterSecurityLevel: ParsedAttestationRecord.SecurityLevel, attestationChallenge: Array<Byte>, uniqueId: Array<Byte>, softwareEnforced: AuthorizationList, teeEnforced: AuthorizationList, attestedKey: PublicKey): ParsedAttestationRecord
Link copied to clipboard
open fun toAsn1Sequence(): ASN1Sequence